home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
tools
/
developer-tools
/
guis
/
gadutil
/
docs
/
autodocs
/
19.gu_disablegadget
< prev
next >
Wrap
Text File
|
1996-07-16
|
613b
|
28 lines
gadutil.library/GU_DisableGadget gadutil.library/GU_DisableGadget
NAME
GU_DisableGadget -- Disable / Enable a gadget.
SYNOPSIS
GU_DisableGadget(status, gadget, window)
D0, A0, A1
VOID GU_DisableGadget(BOOL, struct Gadget *, struct Window *);
FUNCTION
Disables or enables a gadget (that supports this).
INPUTS
status - The new status for the gadget, TRUE for disabled, FALSE for
enabled.
gadget - A pointer to the gadget to change.
window - Pointer to the window that the gadget is placed in.
RESULT
none
BUGS
none known
SEE ALSO